@charset "utf-8";

@font-face {
    font-family: al;
    src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf');
}

.banner-box {
    width: 100%;
    position: inherit;
    left: 0;
    z-index: -1;
    top: 0;
}

.body_con {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.block_pc {
    display: inline-block;
    width: 100%;
}

.block_sj {
    display: none;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.video_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    display: flex;
}


.video_box {
    width: 900px;
    max-width: 100%;
    position: relative;
}

.close_img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}

.video_modal div video {
    width: 100%;
    height: auto;
}

/* CSS Document */
body {
    color: #333;
    font-size: 12px;
    font-family: al;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;

}

body * {
    box-sizing: border-box;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}

p,
li,
div {}

/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;

}

/* 链接样式 */
a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

/** 图片链接效果 **/

.pic a {
    padding: 0px;
    border: 1px solid #fff;

}

.pic a:hover {
    border: 1px solid #d00;
    background: #fff4ce;
}

/**输入框颜色样式**/

.input-gray {
    color: #999;
}

.input-black {
    color: #000;
}

/* 清除浮动 */
.clearBoth {
    clear: both;
    /*控制分类后，各行高度不一样对不齐问题*/
    width: 100%;
    height: 0px;
    font-size: 0;
    overflow: hidden;
    /*控制分类后，各行高度不一样对不齐问题*/
    line-height: 0;
}


/*公共导航nav*/
.head_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    height: 70px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.head_nav.tm_nav {
    background: transparent;
    box-shadow: none;
}


.nav_pc {
    display: inline-block;
}

.nav_mobile {
    display: none;
}

.safe_width {
    max-width: 1620px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.safe_width_1 {
    max-width: 1860px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}





.menu_nav {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

    padding: 0 30px;
    width: 100%;
    max-width: 1820px;
    margin: 0 auto;
}

.nav_logo {
    display: inline-block;
}


.nav_logo img {
    width: auto;
    height: auto;
}

.logo_d {
    display: none;
}

.logo_w {
    display: inline-block;
}



.menu_main {
    width: auto;
    margin: 0;
    height: 70px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}




.menu_main li.main_li {
    margin: 0 0px;
    padding: 0px 40px;
    box-sizing: border-box;
    line-height: 70px;
    position: relative;

}





.menu_main li.main_li:first-child::after {
    content: none;
}

.menu_main li.main_li .main_a {
    font-size: 18px;
    text-align: center;
    color: #000;
    display: inline-block;
    height: 70px;
    letter-spacing: 0.5px;
    line-height: 70px;
    position: relative;
    transition: all 0.5s ease-in-out;

}



.menu_main li.main_li .main_a:focus {
    text-decoration: none;
}






.menu_main li.main_li.active .main_a {
    color: #ff6600;
}

.menu_main li.main_li:hover .main_a {
    color: #ff6600;

}





.tb_sub {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -70px;



    z-index: 14;
    padding: 0;
    list-style: none;
    width: 140px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.menu_main li:hover .tb_sub {

    height: auto;
    padding: 10px 0 10px 0;
    top: 70px;
    opacity: 1;
    overflow: visible;
    /* -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s; */
}


.tb_sub div {

    width: 100%;

}

.tb_sub div.active_d a {
    color: #ffb300;
    font-weight: bold;

}

.menu_main li.main_li .tb_sub div a,
.menu_main li.main_li .tb_sub div {
    line-height: 24px;
}

.tb_sub div a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 24px;
    padding: 10px 20px;
    text-align: center;
}

.tb_sub div a:hover,
.tb_sub div a.cur_a,
.tb_sub div a.cur_a:hover {
    color: #ffb300;
}

/*公共nav*/

.tm_nav .menu_main li.main_li .main_a {
    color: #fff;
}


.tm_nav .menu_main li.main_li.active .main_a {
    color: #ff6600;
}

.tm_nav .menu_main li.main_li:hover .main_a {
    color: #ff6600;

}

.tm_nav .li_cut,
.tm_nav .li_cut span {
    color: #fff;
}

.tm_nav .li_cut span:hover {
    color: #ff6600;
}

.logo_w {
    display: none;
}

.logo_d {
    display: inline-block;
}

.tm_nav .logo_w {
    display: inline-block;
}

.tm_nav .logo_d {
    display: none;

}


/*hover*/
.tm_nav:hover .menu_main li.main_li .main_a {
    color: #000;
}


.head_nav.tm_nav:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}


.tm_nav:hover .menu_main li.main_li.active .main_a {
    color: #ff6600;
}

.tm_nav:hover .menu_main li.main_li:hover .main_a {
    color: #ff6600;
}


.tm_nav:hover .li_cut,
.tm_nav:hover .li_cut span {
    color: #000;
}



.tm_nav:hover .logo_w {
    display: none;
}


.tm_nav:hover .logo_d {
    display: inline-block;
}



/*footer*/
.footer_consult {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.zx_bj_img {
    width: 100%;
    height: auto;
}

.f_consult_text {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.f_consult_text .safe_width {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.f_consult_text h5 {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    letter-spacing: 1.5px;
    margin-bottom: 36px;
}

.btn_box {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.btn_box a {
    display: inline-block;
    width: 180px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #FF6701;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #FF6701;
    margin-right: 28px;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;

}

.btn_box a:hover {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    margin-top: -10px;
}

.btn_box .line_btn {
    background: transparent;
    color: #FF6701;
}

.block_btn:Hover {
    opacity: .9;
}

.line_btn:hover {
    background: #FF6701;

    color: #fff;
}

.footer {
    width: 100%;
    background: #fff;


}



.t_con {
    width: 100%;
    padding: 80px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}




.t_con_r {
    width: 370px;
    display: flex;
    letter-spacing: 1.5px;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.label_span {
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding-bottom: 26px;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}

.label_span::after {
    display: inline-block;
    content: '';
    width: 50px;
    height: 3px;
    background: #FF6701;
    position: absolute;
    left: 0;
    bottom: 0;
}




.f_info_b {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.f_info_b p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 14px;
    color: #666666;
}

.f_info_b p label {
    font-size: 14px;

    display: inline-block;
    font-weight: normal;
    width: 52px;
    line-height: 24px;
}


.f_info_b p span {
    display: inline-block;
    width: calc(100% - 52px);
    font-size: 14px;
    line-height: 24px;
}

.f_info_b p a {
    text-decoration: none;

}

.t_link {
    width: calc(86% - 370px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.link_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    letter-spacing: 1.5px;
}

.link_item h5 {
    width: 100%;

}

.link_item h5 a {
    font-size: 20px;
    color: #040000;
    text-decoration: none;
    line-height: 24px;

}

.link_list {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.link_list div {
    margin-bottom: 20px;
}

.link_list div a {
    font-size: 14px;
    color: #666666;
    line-height: 20px;



}

.link_list div a:hover {
    color: #ff6600
}


.footer_bottom {
    width: 100%;
    border-top: 1px solid #DBDBDB;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    color: #040000;
    letter-spacing: 1.5px;
    line-height: 24px;

}

.footer_b_r {
    width: 440px;
    text-align: right;
    letter-spacing: 1px;
}

.footer_b_l {
    width: calc(100% - 440px);
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer_b_l a {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 20px;

}

.footer_b_l a img {
    width: auto;
    height: auto;
    margin-right: 6px;
}


.footer_bottom a {
    color: #040000;
    text-decoration: none;
}

@media screen and (max-width:1920px) {

    /*footer*/
    .footer_consult {
        height: 330px;

    }

    .zx_bj_img {
        width: auto;
        height: 100%;
    }


}


.md_con {
    position: relative;
}

.dw_mark {
    width: 100%;
    height: 70px;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
    opacity: 0;
}



/*页码*/
.page_con {
    width: 100%;
    text-align: center;
    margin: 10px 0 0px 0;
}

.page_con nav ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul li {
    border-radius: 0;
}

.page_con nav ul li a {
    border: 1px solid #FF6701 !important;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    width: 40px;
    line-height: 40px;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 6px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {

    font-weight: lighter;
}

.page_con nav ul li:hover a {
    color: #FF6701;
    background: #fff;
}

.page_con nav ul li.active a {
    color: #FF6701 !important;
    background: transparent !important;
}

.foot-link{
    width: 100%;
    border-top: 1px solid #DBDBDB;
    padding: 30px 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    font-size: 14px;
    color: #040000;
    letter-spacing: 1.5px;
    line-height: 24px;
}
.foot-link h3{font-size: 14px;width: 80px;line-height: 24px;}
.foot-link-a{width: 95%;}
.foot-link-a a{display: inline-block;margin-right: 1.5vw;}

.head_nav a.zx{color:#000;}
.head_nav .menu_main_zx{margin-left: 60px;}
.head_nav a.zx{font-size:18px;height:37px;border-radius:5rem;margin-left:5rem;position:relative;z-index:2;transition:color .5s ease-in-out;display: flex;align-items: center;}
.head_nav a.zx svg{width: 10px;height: 10px;margin-left: 23px;margin-right: 13px;}
.head_nav a.zx p,.head_nav a.zx svg{position:relative;z-index:2}
.head_nav a.zx p{margin-top: 4px;}
.head_nav a.zx svg path{fill:#fff}
.head_nav a.zx::after{content:'';position:absolute;top:0;right:0;width:37px;height:100%;background:#ff6701;display:flex;align-items:center;justify-content:center;border-radius:5rem;z-index:1;transition:width .5s ease-in-out}
.head_nav a.zx:hover::after{width:100px;}
.head_nav a.zx:hover,.head_nav.bai.xg a.zx:hover{color:#fff}
.head_nav .xg{background:#fff;box-shadow:0 20px 20px 0 rgba(0,0,0,0.03)}
.head_nav.bai a.zx{color:#fff}
.head_nav.bai.xg{background-color:#fff}
.tm_nav a.zx{color:#fff;}
.head_nav.tm_nav:hover a.zx{color:#000;}
.head_nav.tm_nav:hover a.zx:hover{color:#fff;}


@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {


    .menu_main li.main_li {
        padding: 0 30px;
    }

    .menu_main li.main_li .main_a {
        font-size: 16px;
    }


}

@media screen and (max-width:1440px) {


    .menu_main li.main_li {
        padding: 0px 20px 0 20px;
    }

    .menu_main li.main_li .main_a {
        font-size: 15px;
    }





    /* 
    .nav_logo img {
        max-width: 200px;
    } */

    .menu_nav {
        padding: 0 12px;
    }




}

@media screen and (max-width:1024px) {
    .banner-box {

        top: 70px;
    }




    body {
        padding-top: 70px
    }

    .right_ti {
        display: none;
    }

    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .safe_width_1 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }


    body {

        min-width: unset;
        width: 100%;
        /* background: #f6f6f6; */
    }


    /*手机端top nav*/
    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 25;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .05);

    }


    .nav_m_con {
        width: 100%;
        height: 70px;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .nav_m_con a {
        width: 260px;
        height: 70px;
        display: inline-block;
        background: url(../images/logo_mobile_b.png) no-repeat left center;
        -webkit-background-size: 240px auto;
        background-size: 240px auto;
    }



    .nav_m_con a img {
        display: none;

    }

    .m_r_show {
        display: inline-block;
        width: 52px;
        height: 52px;
    }

    .m_r_show img {

        width: 100%;
        height: 100%;
    }

    .m_menu_box {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(0, 0, 0, .6);
        z-index: 10;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        padding-top: 70px;
    }

    .menu_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        background: #fff;
        z-index: 5;
    }

    .close_nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close_nav img {
        display: inline-block;
        width: 44px;
        height: 44px;
    }



    .menu_head a {
        width: 260px;
        height: 70px;
        display: inline-block;
        background: url(../images/logo_mobile_b.png) no-repeat left center;
        -webkit-background-size: 230px auto;
        background-size: 230px auto;
    }

    .menu_head a img {
        display: none;

    }

    .m_nav_box {
        width: 100%;

        box-sizing: border-box;
        height: 100%;
        position: relative;
    }

    .hide_m_nav {
        width: 33%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
    }

    .m_nav_ul {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none;
        background: #fff;
        overflow: auto;
    }

    .m_nav_ul li {
        display: inline-block;
        width: 100%;
        line-height: 50px;
        padding: 0 40px;
        border-bottom: 1px solid #eee;
    }

    .m_nav_ul li:first-child {
        border-top: 1px solid #eee;
    }

    .m_nav_ul li.active a {
        color: #305dc3;
    }

    .m_nav_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 70px;
        font-size: 16px;
        color: #000;
    }

    .m_nav_ul li.m_nav_ul_p {
        padding: 0;
    }

    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 40px;
    }

    .m_nav_ul_p .parent_a {
        position: relative;
    }

    .m_nav_ul_p.show_nav .parent_a {
        color: #ff6600;
    }

    .m_nav_ul_p.show_nav .m_nav_div {
        display: inline-block;
    }

    .m_nav_ul_p .parent_a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_div {

        width: 100%;
        display: none;
        padding: 0 40px;
        border-top: 1px solid #eee;

    }

    .m_nav_div div a {
        line-height: 50px;
        color: #333;
        font-size: 13px;

    }

    .m_nav_div div:nth-child(1) a {
        border: none;
    }

    .jump_sub_m a {
        position: relative;
    }

    .jump_sub_m a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;

    }

    .m_nav_sub {
        display: none;
    }

    .m_r_show_right {
        display: flex;
        justify-content: right;
        align-items: center;

    }


    /*footer*/
    .footer_consult {
        height: 240px;

    }

    .zx_bj_img {
        width: auto;
        height: 100%;
    }




    .f_consult_text h5 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 1.5px;
        margin-bottom: 30px;
    }


    .btn_box a {

        width: 160px;
        height: 36px;
        font-size: 14px;

        line-height: 36px;
        margin-right: 22px;

    }

    .t_con {
        padding: 60px 0 35px 0;

    }

    .t_con_r {
        width: 100%;
    }


    .t_link {
        display: none;
    }



    .footer_b_r {
        display: none;
    }

    .footer_b_l {
        width: calc(100%);
    }


    .f_info_b p a {
        width: calc(100% - 52px);

        text-decoration: none;
    }
    
    .foot-link h3{width: 90px;}
    .foot-link-a {width: 90%;}




}



@media screen and (max-width:768px) {
    html {
        font-size: 48px;
    }
    .foot-link h3{width: 25%;font-size: 0.55rem;}
    .foot-link-a {width: 74%;font-size: 0.55rem;}

}

@media screen and (max-width:767px) {
    body {
        padding-top: 2.8rem;
    }

    .banner-box {

        top: 2.8rem;
    }

    .body_con {
        width: 100%;
        background: #fff;
        margin-top: 9rem !important;
    }

    html {
        font-size: 25.875px;
    }

    .dw_mark {
        height: 2.8rem;
        top: -2.8rem;
    }


    .show_more {
        display: inline-block;
        width: 100%;
        line-height: 1.8rem;
        background: #eeeeee;
        font-size: 0.55rem;
        color: #333;
        text-align: center;
        margin-top: 1rem;
    }


    /*页码*/
    .page_con {
        margin: 1.4rem 0 0px 0;
    }




    .page_con nav ul li a {
        font-size: 0.6rem;
        width: 1.4rem;
        line-height: 1.4rem;

        border-radius: 0.1rem !important;
        margin: 0 0.2rem;
    }

    .pagination>li:first-child>a,
    .pagination>li:last-child>a {
        width: 1.4rem;
        letter-spacing: 0.05rem;
        font-size: 0.6rem;
    }








    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 0.8rem;
    }

    .safe_width_1 {
        width: 100%;
        max-width: 100%;
        padding: 0 0.8rem;
    }




    .block_pc {
        display: none;
    }

    .block_sj {
        display: inline-block;
    }

    body {
        padding-top: 2.8rem;
    }




    .nav_m_con {

        height: 2.8rem;
        padding: 0 0.6rem;
    }


    .nav_m_con a {
        width: 5.75rem;
        height: 2.8rem;
        display: inline-block;
        background: url(../images/logo_mobile_b.png) no-repeat center center;

        -webkit-background-size: 5.75rem auto;
        background-size: 5.75rem auto;
    }



    .m_r_show {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
    }




    .m_menu_box {

        padding-top: 2.8rem;
    }

    .menu_head {

        padding: 0 0.6rem;
        height: 2.8rem;
        line-height: 2.8rem;

    }



    .close_nav img {
        width: 1.1rem;
        height: 1.1rem;
    }




    .menu_head a {

        background: url(../images/logo_mobile_b.png) no-repeat center center;
        width: 5.75rem;
        height: 2.8rem;
        display: inline-block;

        -webkit-background-size: 5.75rem auto;
        background-size: 5.75rem auto;
    }





    .m_nav_ul li {
        line-height: 2.2rem;
        padding: 0 1.75rem;
    }



    .m_nav_ul li a {

        line-height: 2.2rem;
        font-size: 0.65rem;
        color: #000;
    }


    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 1.75rem;
    }



    .m_nav_ul_p .parent_a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }


    .m_nav_div {

        width: 100%;
        display: none;
        padding: 0.65rem 2.8rem;

    }

    .m_nav_div div a {
        line-height: 1.6rem;
        color: #333;
        font-size: 0.65rem;

    }



    .jump_sub_m a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;

    }





    .m_r_show_right {
        display: flex;
        justify-content: right;
        align-items: center;

    }





    /*footer*/
    .footer_consult {
        height: auto;

    }

    .zx_bj_img {
        width: 100%;
        height: auto;
    }





    .f_consult_text h5 {

        font-size: 0.8rem;
        line-height: 1.3rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0.8rem;
        font-weight: bold;
        width: 100%;
    }
    .safe_width h5 {
        font-size: 0.8rem !important;
    }


    .btn_box a {

        width: 4.75rem;
        height: 1.65rem;
        border: .025rem solid #FF6701;
        font-size: 0.6rem;
        line-height: 1.65rem;
        margin-right: 0.6rem;

    }










    .t_con {

        padding: 2.2rem 0 1rem 0;

    }




    .t_con_r {
        width: 100%;
        letter-spacing: 0.1rem;
    }

    .label_span {
        width: 100%;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1rem;
        padding-bottom: 0.8rem;
        border-bottom: 0.1rem solid #E1E1E1;

    }

    .label_span::after {

        width: 1.35rem;
        height: 0.1rem;
    }




    .f_info_b {
        width: 100%;

        margin-top: 0.9rem;
    }

    .f_info_b p {

        margin-top: 0;
        margin-bottom: 0.45rem;
    }

    .f_info_b p label {
        font-size: 0.55rem;

        width: 2rem;
        line-height: 0.8rem;
    }


    .f_info_b p span {

        width: calc(100% - 0rem);
        font-size: 0.55rem;
        line-height: 0.8rem;
    }

    .f_info_b p a {
        width: calc(100% - 0rem);
        font-size: 0.55rem;
        line-height: 0.8rem;
        text-decoration: none;
    }



    .t_link {
        display: none;
    }


    .footer_bottom {

        border-top: 0.025rem solid #DBDBDB;
        padding: 0 0 1rem 0;

        font-size: 0.55rem;

        letter-spacing: .1rem;
        line-height: 0.8rem;

    }

    .footer_b_r {
        display: none;
    }

    .footer_b_l {
        width: calc(100%);

    }

    .footer_b_l a {

        margin-right: .8rem;
        margin-top: 0.6rem;
        align-items: flex-start;

    }

    .footer_b_l a img {
        width: 0.7rem;
        height: auto;
        margin-right: 0.3rem;
    }











}







@media screen and (max-width:375px) {


    html {
        font-size: 23.4375px;
    }

}

@media screen and (max-width:320px) {

    html {
        font-size: 20px;
    }
}






.bigPic-show {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

.bigPic-show div {
    position: absolute;
}




/*滚动条样式*/
/*滚动条样式*/
::-webkit-scrollbar {
    width: 2px;
    /*height: 4px;*/
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: #FF6600;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(255, 255, 255, 1);

}


/*1205右侧导航条  将现有的替换掉之前的*/
#myBtn {
    display: block;
}

.fixed-right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.fixed-right .block {
    padding: 6px;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 6px;
    margin-top: 12px;

}

.fixed-right .box:nth-child(1) {
    margin-top: 0;
}

.fixed-right .box:hover a {
    background-color: #FF6701;

}

.fixed-right .box a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    transition: all .3s ease;

}



.fixed-right .box .hide_div {
    position: absolute;
    right: 100%;
    top: 50%;
    padding-right: 26px;
    transform: translateY(-50%);
    opacity: 1;
    visibility: hidden;
    transition: 0;
    z-index: 10;
}

.fixed-right .box .hide_div.pic {
    transform: none;
    top: auto;
    bottom: 0;
}

.fixed-right .box .ewm-box img {
    display: block;
    width: 100%;
}

.fixed-right .box .ewm-box p {
    font-size: 14px;
    color: #ff6a00;
    text-align: center;
    margin-top: 10px;
}

.fixed-right .box .ewm-box {
    position: relative;
    width: 160px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box:hover .hide_div {
    opacity: 1;
    visibility: visible;
}

.fixed-right .box .h {
    position: relative;
    width: 240px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box .h h3 {
    font-size: 14px;
    color: #ff6a00;
    margin: 0;
}

.fixed-right .box .h p {
    font-size: 12px;
    line-height: 20px;
    color: #2c2c2c;
    margin-top: 10px;
}

.fixed-right .box .h:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}

.fixed-right .box.obtain a {
    background-image: url(../images/rightIcon/fixed-1.svg);
}

.fixed-right .box.tel a {
    background-image: url(../images/rightIcon/fixed-2.svg);
}

.fixed-right .box.form a {
    background-image: url(../images/rightIcon/fixed-3.svg);
}

.fixed-right .box.ewm a {
    background-image: url(../images/rightIcon/fixed-4.svg);
}

.fixed-right .totop {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/rightIcon/top.svg');
    background-size: auto 12px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.fixed-right .box.obtain:hover a {
    background-image: url(../images/rightIcon/fixed-1-on.svg);
}

.fixed-right .box.tel:hover a {
    background-image: url(../images/rightIcon/fixed-2-on.svg);
}

.fixed-right .box.form:hover a {
    background-image: url(../images/rightIcon/fixed-3-on.svg);
}

.fixed-right .box.ewm:hover a {
    background-image: url(../images/rightIcon/fixed-4-on.svg);
}


.fixed-right .box:after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #B6B6B6;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -10px;
}

.fixed-right .box:last-child::after {
    content: none;
}

@media screen and (max-width:767px) {
     #myBtn {
        display: none !important;
    } 
}


/*1205右侧导航条  将现有的替换掉之前的*/
/*新加*/
@media screen and (max-width:1440px) {


    .other_banner {
        height: auto !important;
    }

    .other_banner img {
        height: auto !important;
    }

    .banner-swiper {
        height: auto !important;
    }
}

@media screen and (max-width:767px) {
    .other_banner img {
        height: 9rem !important;
    }

    .banner-swiper .item .img-box img {
        height: 9rem !important;
    }
}
.sy_about .about_con .about_text h5 {
    font-size: 60px !important;
}

@media screen and (max-width:1280px) {
    .sy_about .about_con .about_text h5 {
        font-size: 58px !important;
    }
}
@media screen and (max-width:1024px) {
    .sy_about .about_con .about_text h5 {
        font-size: 56px !important;
    }
}
@media screen and (max-width:767px) {
    .sy_about .about_con .about_text h5 {
        font-size:0.85rem !important;
    }
}
/*新加*/